From: awilliam@xenbuild.aw Date: Wed, 26 Apr 2006 04:30:07 +0000 (-0600) Subject: [IA64] missed chunk of Kevin's hypercall cleanup patch X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16129 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=4c476c5c5303baec124c3d474d7b709d0d09cccb;p=xen.git [IA64] missed chunk of Kevin's hypercall cleanup patch Missed this chunk of Kevin's patch when merging with dom0vp changes Signed-off-by Kevin Tian --- diff --git a/xen/arch/ia64/xen/hypercall.c b/xen/arch/ia64/xen/hypercall.c index 1c73e9a401..da5f7384dc 100644 --- a/xen/arch/ia64/xen/hypercall.c +++ b/xen/arch/ia64/xen/hypercall.c @@ -71,6 +71,9 @@ hypercall_t ia64_hypercall_table[] = (hypercall_t)do_ni_hypercall /* */ }; +uint32_t nr_hypercalls = + sizeof(ia64_hypercall_table) / sizeof(hypercall_t); + static int xen_hypercall (struct pt_regs *regs) {